home *** CD-ROM | disk | FTP | other *** search
/ Zoom 1 / Zoom (1995)(Active Software, Ground Zero).iso / mainlibrary / d203a.dms / d203a.adf / HD-Install < prev    next >
Text File  |  1995-01-11  |  1KB  |  52 lines

  1. FailAt 40
  2. Version >NIL: graphics.library 39
  3. If Warn
  4.    Echo "*n This production needs Kickstart 3.x & AGA chipset !!!"
  5.    Wait 2
  6. Else
  7.  
  8. Echo "*n          Welcome to another Mystic production: Impossible*n"
  9. ;Echo " Coding: MSS   Rays: Reset   GFX: Gunman   Music: XTD   HD-Installer: CBM80*n"
  10. SetEnv Answer ""
  11. RequestChoice TITLE="INSTALL?" BODY=" Are you sure to install*nImpossible on your harddisk?" GADGETS="Yes|No" >ENV:Answer
  12. If $Answer EQ "0"
  13.    Echo "*nInstallation aborted ..."
  14. Else
  15.  
  16. UnSetEnv Answer
  17. Echo "Select path you wish to install Impossible drawer. "
  18. SetEnv DestDir ""
  19. RequestFile TITLE="Select path to install to" DRAWER="RAM:" SAVEMODE DRAWERSONLY >ENV:DestDir
  20. If Warn
  21.    Echo "*nInstallation aborted ..."
  22. Else
  23.  
  24. Echo "MAttempting to install Impossible to directory" $destdir ".*n"
  25. CD $DestDir
  26. UnSetEnv DestDir
  27. MakeDir >NIL: "Impossible"
  28. CD >NIL: Impossible
  29. If Warn
  30.   Echo "Destination directory error ..."
  31. Else
  32.  
  33. Copy >NIL: ENVARC:SYS/def_drawer.info /Impossible.info
  34. If Warn
  35.   Copy >NIL: SYS:System.info /Impossible.info
  36. Endif
  37.  
  38. Echo "C:Assign Imppos1: *"*"*nC:Assign Imppos2: *"*"*nImpossible.exe*n" >Impossible
  39. Copy Imppos1:S/Impossible.info ""
  40. Echo "  1% installed ...*nM" NOLINE
  41. Copy Imppos1:Impossible.exe ""
  42. Echo " 50%*nM" NOLINE
  43. Copy Imppos2:ImpDat0 ""
  44. Echo " 75%*nM" NOLINE
  45. Copy Imppos2:ImpDat1 ""
  46. Echo "Install complete.    "
  47.  
  48. EndIf
  49. EndIf
  50. EndIf
  51. EndIf
  52.